home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / p / pcqpascalv1.2d.lha / Examples2 / Aequipot / Source / ILBM.i < prev    next >
Text File  |  1997-05-06  |  255b  |  14 lines

  1. {ILBM.i}
  2.  
  3. {Sorry, but I only found time to include this single function}
  4. {(and I only needed this one)}
  5. {written by J.Matern}
  6.  
  7. {$I "Include:dos.i" }
  8.  
  9. Var
  10.    ILBMBase : Address;
  11.  
  12. Function SaveWindowToIFF(w : WindowPtr; a : Address) : INTEGER;
  13.    External;
  14.